home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / up.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  62 lines

  1. UPDIR v1.1 
  2. From: detlef@mwhh.hanse.de (Detlef Mueller) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 7 Sep 91 21:05:32 GMT 
  5.  
  6. In Mar 90 Jake G Schwartz (Jake-S@cup.portal.com) posted an UP function 
  7. for built-in Menus. 
  8.  
  9. > ... several of the built-in (ROM) menus in the machine are nested in a 
  10. > tree structure as low as three levels deep.  The user manual on page 56 
  11. > advises that one doesn't traverse these like a tree; one should simply 
  12. > go to the new one.  In many cases, this requires more than a keystroke 
  13. > or two. 
  14.   ... 
  15. > If UP is assigned to the UP keyboard key, its use becomes transparent 
  16. > when the HP48 is in USER mode.  In the first weeks of calculator use, ROM 
  17. > menu tree traversal is helpful in order to get a feel for where the 
  18. > literally hundreds of functions reside in the machine. 
  19.   ... 
  20. > Rules: 
  21. > ----- 
  22. > If the current        The action of 
  23. > menu is:              UP is: 
  24. > ----------------------------------- 
  25. > Menu with no          LAST MENU 
  26. > parent 
  27. > Menu with a           Moves to parent 
  28. > parent                menu, page of 
  29. >                       parent key 
  30. > RAM directory         UPDIR 
  31. > Custom Menu           LAST MENU 
  32.  
  33.   Library sub-menu    Library menu 
  34.  
  35.   TMENU            LAST MENU 
  36.  
  37. > Jake Schwartz 
  38.  
  39. I've converted UP into system-RPL and added support for library sub-menus. 
  40.  
  41. To generate UP, put the listings of UP.S and UP.M in the appropriate files, 
  42. then invoke the following commandlines at the MS-DOS (urgh) prompt: 
  43.  
  44.     rplcomp up.s up.a 
  45.     sasm -e -N up.a 
  46.     sload -H up.m 
  47.  
  48. [No need; UP is on the disk.  -jkh-] 
  49.  
  50. Tschuess (German slang of 'bye' =-), 
  51.        Detlef 8-) 
  52.  
  53. [Note: Brian Walsh found a bug in the menu list of the original UP program by 
  54.  Jake Schwartz.  It went UP from some UNITS menus into the STAT menu!  The bug 
  55.  is corrected in this version of UP.  -jkh-] 
  56.